ISlave.WriteEEprom 方法

将双字 (double word) 写入从站的 EEPROM。

命名空间IntervalZero.KINGSTAR.Base.Class

组合: IntervalZero.KINGSTAR.Base.Class (于 IntervalZero.KINGSTAR.Base.dll) 版本:4.4.0.0

语法

C#VB
IKsCommand WriteEEprom(
       int offset,
       uint data
)
Function WriteEEprom(
       offset As Integer,
       data As UInteger
) As IKsCommand

参数

offset

型别:int

EEPROM 空间中的偏移量。

 

data

型别:uint

欲写入的值。

回传值

型别:IKsCommand

回传一个方法的状态。

可用的 EtherCAT 状态

ecatInit, ecatPreOP, ecatSafeOP, ecatOP

参见

ISlave 介面

IntervalZero.KINGSTAR.Base.Class 命名空间